home *** CD-ROM | disk | FTP | other *** search
- Deletes one or more files.
-
- DEL file [C=creator] [/P] [/T=file-type]
-
- file specifies what files are to be deleted.
- It can be a filename, a wildcarded filename, or a directory
- name, possibly preceded by a volume and path spec.
- With a directory name, DEL deletes all the files in the
- directory.
-
- /C=creator only deletes files of the given creator.
-
- /P prompts the user for confirmation before deleting each file.
-
- /T=file-type only deletes files of the given file type.
-